Text File | 1993-09-08 | 531 b | 9 lines | [TEXT/ttxt]
MacsHex is a four-function, 32-bit hex calculator.
MacsHex is a little simpler than Howard Oakley's SciCalc and hopefully a little easier for the beginning Newton programmer to follow. The only thing the least bit tricky about it is compensating for the Newton's lack of 32-bit integers (30 bits only). All calculations are performed on real numbers and coerced modulo 2**32 to the correct range.
If you don't like the key placement, or would like to add memory or shift operations...have at it!